home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
00109_Script_109
< prev
next >
Wrap
Text File
|
1995-05-21
|
358b
|
18 lines
on mouseDown
put "IconCalls" into x
put "IconCallsHL" into y
hiliter 4, x, y
sound stop 1
puppetsound "button.aif"
updatestage
end
on mouseUp
global gTheDay, Calls
turnOffDaycons
turnOffDollars
set the castNum of sprite 4 = cast "IconCalls"
updatestage
puppetsound 0
go frame gTheDay & "Calls" & Calls
end mouseup